From: Paul Eggert Date: Mon, 19 Aug 2013 16:24:06 +0000 (-0700) Subject: * image.c: Space before paren. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3275^2~172 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=824a2fa7375eef76bc628a51f366a3dc3351d21e;p=emacs.git * image.c: Space before paren. --- diff --git a/src/image.c b/src/image.c index 00f2a035c44..2b415fb9b97 100644 --- a/src/image.c +++ b/src/image.c @@ -7938,11 +7938,11 @@ imagemagick_get_animation_cache (MagickWand *wand) return animation_cache; } - while (strcmp(signature, cache->signature) && + while (strcmp (signature, cache->signature) && cache->next) cache = cache->next; - if (strcmp(signature, cache->signature)) + if (strcmp (signature, cache->signature)) { cache->next = imagemagick_create_cache (signature); DestroyString (signature);